home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / pc / IDEASRC / Whale.Dir / 00051_Script_51 < prev    next >
Text File  |  1997-08-06  |  200b  |  9 lines

  1. on mousedown
  2.   puppetsound (1) "tick"
  3.   repeat while the mousedown
  4.     set the visible of sprite 6 to false
  5.     updatestage
  6.   end repeat
  7.   set the visible of sprite 6 to true
  8.   updatestage
  9. end